home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / dll_gen / vbdll / wep.c < prev   
Encoding:
C/C++ Source or Header  |  1993-06-01  |  83 b   |  8 lines

  1. #include "windows.h"
  2.  
  3. int __loadds CALLBACK WEP(int foo)
  4. {
  5.     return 1;
  6. }
  7.  
  8.